home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vol15n11.zip / HKD.ZIP / HKDSRC.ZIP / README.TXT < prev    next >
Text File  |  1996-02-23  |  3KB  |  86 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : HKD
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this HKD application for you.  This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your HKD application.
  12.  
  13.  
  14. HKD.MAK
  15.     This project file is compatible with the Visual C++ development
  16.     environment. 
  17.  
  18.     It is also compatible with the NMAKE program provided with Visual C++. 
  19.  
  20.     To build a debug version of the program from the MS-DOS prompt, type
  21. nmake /f HKD.MAK CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f HKD.MAK CFG="Win32 Release"
  24.  
  25. HKD.H
  26.     This is the main header file for the application.  It includes other
  27.     project specific headers (including RESOURCE.H) and declares the
  28.     CHKDApp application class.
  29.  
  30. HKD.CPP
  31.     This is the main application source file that contains the application
  32.     class CHKDApp.
  33.  
  34. HKD.RC
  35.     This is a listing of all of the Microsoft Windows resources that the
  36.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  37.     in the RES subdirectory.  This file can be directly edited in the
  38.     Visual C++ development environment.
  39.  
  40. RES\HKD.ICO
  41.     This is an icon file, which is used as the application's icon.  This
  42.     icon is included by the main resource file HKD.RC.
  43.  
  44. RES\HKD.RC2
  45.     This file contains resources that are not edited by the Visual C++
  46.     development environment.  You should place all resources not
  47.     editable by the resource editor in this file.
  48.  
  49.  
  50. HKD.CLW
  51.     This file contains information used by ClassWizard to edit existing
  52.     classes or add new classes.  ClassWizard also uses this file to store
  53.     information needed to create and edit message maps and dialog data
  54.     maps and to create prototype member functions.
  55.  
  56.  
  57. /////////////////////////////////////////////////////////////////////////////
  58.  
  59. AppWizard creates one dialog class:
  60.  
  61. HKDdlg.H, HKDdlg.CPP - the dialog
  62.     These files contain your CHKDDlg class.  This class defines
  63.     the behavior of your application's main dialog.  The dialog's
  64.     template is in HKD.RC, which can be edited in the Visual C++
  65.     development environment. 
  66.  
  67.  
  68. /////////////////////////////////////////////////////////////////////////////
  69. Other standard files:
  70.  
  71. STDAFX.H, STDAFX.CPP
  72.     These files are used to build a precompiled header (PCH) file
  73.     named HKD.PCH and a precompiled types file named STDAFX.OBJ.
  74.  
  75. RESOURCE.H
  76.     This is the standard header file, which defines new resource IDs.
  77.     Visual C++ reads and updates this file.
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. Other notes:
  81.  
  82. AppWizard uses "TODO:" to indicate parts of the source code you
  83. should add to or customize.
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86.